home *** CD-ROM | disk | FTP | other *** search
/ CDUTIL 13 / CDUTIL #13 Julio 1995.iso / windows / acadwin / support / hpmplwin.dcl < prev    next >
Encoding:
Text File  |  1995-02-08  |  25.7 KB  |  942 lines

  1. // Next available MSG number is   256 
  2. // MODULE_ID HPMPLOT_DCL_
  3. //  (Test Release 0.1  12 Nov 1992)
  4. //  (C) Hewlett-Packard Company
  5. //  HP-GL/2 ADI 4.2 AutoCAD 386 Release 12 driver
  6. //  Release 1.3   1 March 1993 
  7. //  HPMPLOT.DCL 
  8. //  Main Menu for the Merge Plotting/Rendering User Interface
  9.  
  10. mainmenu: dialog {
  11.     label = "Configuraci≤n del trazador HP";
  12.     alignment = centered;
  13.     initial_focus = /*MSG0*/"accept";
  14.     : column {
  15.         : text_part {
  16.             key = /*MSG0*/"modellabel";
  17.             label = "Config. trazador:";
  18.         }
  19.         : popup_list {
  20.             fixed_width = true;
  21.             key = /*MSG0*/"idmodel";
  22.             edit_width = 60;
  23.         tabs = "25";
  24.         }
  25.     }
  26.     : concatenation {
  27.         : text_part {
  28.             key = /*MSG0*/"dirlabel";
  29.             label = "Dir. ";
  30.         }
  31.         : text {
  32.             key = /*MSG0*/"dir";
  33.             width = 34;
  34.         }
  35.     }
  36.     : row {
  37.         fixed_width = true;
  38.         : text {
  39.             label = "Archivo de config.:";
  40.             key = /*MSG0*/"cfglabel";
  41.             mnemonic = "A";
  42.         }
  43.         : popup_list {
  44.             fixed_width = true;
  45.             key = /*MSG0*/"cfgfile";
  46.             edit_width = 13;
  47.         }
  48.     }
  49.     : row {
  50.         : column {  // Begin Left Column
  51.             : boxed_radio_column {
  52.                 label = "Calidad";
  53.                 key   = /*MSG0*/"qual";
  54.                 : radio_button {
  55.                     label = "Borrador";
  56.                     key = /*MSG0*/"draft";
  57.                     mnemonic = "B";
  58.                 }
  59.                 : radio_button {
  60.                     label = "Final";
  61.                     key = /*MSG0*/"final";
  62.                        mnemonic = "F";
  63.                     value = "1";
  64.                 }
  65.                 : radio_button {
  66.                     label = "Realzado";
  67.                     key = /*MSG0*/"enhanced";
  68.                     mnemonic = "R";
  69.                 }
  70.                 : radio_button {
  71.                     label = "Por defecto";
  72.                     key = /*MSG0*/"pldefault";
  73.                     mnemonic = "d";
  74.                 }
  75.             }  // End radio_column (Print Qual) //
  76.         }  // End Left Column
  77.         : column {  // Begin Middle Column
  78.             : edit_box {
  79.                 label = "N·mero de copias:";
  80.                 mnemonic = "N";
  81.                 key = /*MSG0*/"copies";
  82.                 edit_width = 2;
  83.             edit_limit = 2;
  84.                 fixed_width=true;
  85.             }
  86.             : boxed_radio_column {
  87.                 label = "Colores de impresi≤n";
  88.                 key   = /*MSG0*/"color_set";
  89.                 : radio_button {
  90.                     label = "En color";
  91.                     key = /*MSG0*/"pcolor";
  92.                     mnemonic = "c";
  93.                 }
  94.                 : radio_button {
  95.                     label = "Tonalidades gris";
  96.                     key = /*MSG0*/"pgray";
  97.                        mnemonic = "g";
  98.                 }
  99.                 : radio_button {
  100.                     label = "Todo en negro";
  101.                     key = /*MSG0*/"pblack";
  102.                     mnemonic = "T";
  103.                 }
  104.         } //end of color setting
  105.         }
  106.         : column {  
  107.             // Begin Right Column
  108.             : button {
  109.                 label = "Plumillas...";
  110.                 mnemonic = "P";
  111.                 key = /*MSG0*/"penattr";
  112.             }
  113.             : button {
  114.                 label = "Anotaciones...";
  115.                 mnemonic = "i";
  116.                 key = /*MSG0*/"annotate";
  117.             }
  118.             : button {
  119.                 label = "Orientaci≤n lßmina...";
  120.             mnemonic = "l";
  121.                 key = /*MSG0*/"paper";
  122.             }
  123.             : button {
  124.                 label = "Opciones avanzadas...";
  125.             mnemonic = "z";
  126.                 key = /*MSG0*/"advopt";
  127.             }
  128.         }  // End Right Column
  129.     }  // End Row of two columns
  130.  
  131.     : boxed_column {
  132.         : text {
  133.             label = "Comentario de anotaci≤n actual:";
  134.             key = /*MSG0*/"Annolabel";
  135.         }
  136.         : text {
  137.             width = 50;
  138.             key = /*MSG0*/"curcomment";
  139.         }
  140.     }
  141.  
  142.     : row {
  143.         fixed_width = true;
  144.         alignment = centered;
  145.         : button {
  146.             label = "Aceptar";
  147.             key = /*MSG0*/"accept";
  148.             width = 12;
  149.             is_default = true;
  150.         }
  151.         : retirement_button {
  152.             label = "Cancelar";
  153.             key = /*MSG0*/"cancel";
  154.             width = 12;
  155.             is_cancel = true;
  156.         }
  157.         : button {
  158.             label = "Guardar como...";
  159.             key = /*MSG0*/"saveas";
  160.         mnemonic = "o";
  161.             width = 12;
  162.         }
  163.         : button {
  164.             label = "Ayuda...";
  165.             key = /*MSG0*/"helpmain";
  166.             mnemonic = "u";
  167.             width = 12;
  168.         }
  169.     }
  170. }  // End MAIN MENU Dialog //
  171.  
  172. //      PENATTR.DCL
  173. //      Dialog Box for setting attributes for pens
  174. //
  175. penattr: dialog {
  176.     label = "Plumillas";
  177.     initial_focus = /*MSG0*/"accept";
  178.     fixed_height = true;
  179.     : row {  // Pen
  180.         : column {
  181.             : popup_list {
  182.                 label = "Plumilla (1..255)";
  183.                 mnemonic = "P";
  184.                 fixed_width = true;
  185.                 key = /*MSG0*/"slider";
  186.                 edit_width = 4;
  187.             }
  188.             : button {
  189.                 label = "Aplicar a todas las plumillas";
  190.                 mnemonic = "A";
  191.                 key = /*MSG0*/"okall";
  192.             }
  193.         }  // End Pen Column
  194.         : column {
  195.         : boxed_row {
  196.             label = "Control de uni≤n de trazado";
  197.                 : radio_column {  // Merge
  198.                     key = /*MSG0*/"mc";
  199.                     fixed_height = true;
  200.                     : radio_button {
  201.                         label = "Sobreescribir lφneas";
  202.                         key = /*MSG0*/"mc0";
  203.                         mnemonic = "S";
  204.                     }
  205.                     : radio_button {
  206.                         label = "Empalmar lφneas";
  207.                         key = /*MSG0*/"mc1";
  208.                         mnemonic = "E";
  209.                     }
  210.                 }  // End (Merge) column
  211.             : column {
  212.                 fixed_width = true;
  213.                 fixed_height = true;
  214.                 :image {
  215.                 key = /*MSG0*/"overw_im";
  216.                 height = 1;
  217.                 aspect_ratio = 1.4;
  218.             color = black;
  219.                 }
  220.                 :image {
  221.                 key = /*MSG0*/"merge_im";
  222.                 height = 1;
  223.                 aspect_ratio = 1.4;
  224.             color = black;
  225.                 }
  226.                 }
  227.             spacer_1;
  228.             } //end merge row
  229.         : button {
  230.             label = "Tramado...";
  231.             key = /*MSG0*/"printop";
  232.             mnemonic = "T";
  233.         }
  234.         }
  235.     }
  236.  
  237.  
  238.     : row {
  239.     :boxed_row {
  240.             label = "Fin de lφnea:";
  241.             key = /*MSG0*/"endlabel";
  242.             mnemonic = "F";
  243.             : image_button {
  244.                 key = /*MSG0*/"end_tile1";
  245.                 width = 5;
  246.                 aspect_ratio = 0.75;
  247.         color = black;
  248.             }
  249.             : image_button {
  250.                 key = /*MSG0*/"end_tile2";
  251.                 width = 5;
  252.                 aspect_ratio = 0.75;
  253.         color = black;
  254.             }
  255.             : image_button {
  256.                 key = /*MSG0*/"end_tile3";
  257.                 width = 5;
  258.                 aspect_ratio = 0.75;
  259.         color = black;
  260.             }
  261.             : image_button {
  262.                 key = /*MSG0*/"end_tile4";
  263.                 width = 5;
  264.                 aspect_ratio = 0.75;
  265.         color = black;
  266.             }
  267.         }
  268.     :boxed_row {
  269.             label = "Uni≤n de lφnea:";
  270.             key = /*MSG0*/"joinlabel";
  271.             mnemonic = "l";
  272.             : image_button {
  273.                 key = /*MSG0*/"join_tile1";
  274.                 width = 5;
  275.                 aspect_ratio = 0.75;
  276.         color = black;
  277.             }
  278.             : image_button {
  279.                 key = /*MSG0*/"join_tile2";
  280.                 width = 5;
  281.                 aspect_ratio = 0.75;
  282.         color = black;
  283.             }
  284.             : image_button {
  285.                 key = /*MSG0*/"join_tile3";
  286.                 width = 5;
  287.                 aspect_ratio = 0.75;
  288.         color = black;
  289.             }
  290.             : image_button {
  291.                 key = /*MSG0*/"join_tile4";
  292.                 width = 5;
  293.                 aspect_ratio = 0.75;
  294.         color = black;
  295.             }
  296.             : image_button {
  297.                 key = /*MSG0*/"join_tile5";
  298.                 width = 5;
  299.                 aspect_ratio = 0.75;
  300.         color = black;
  301.             }
  302.         }
  303.     }  // End Row (Line ends/joins)
  304.  
  305.     : row { // ( Ends, Joins, & patterns)
  306.         : boxed_column {  // Fills
  307.             label = "Relleno:";
  308.             mnemonic = "R";
  309.             : list_box {
  310.                 fixed_height = true;
  311.                 height = 5;
  312.                 key = /*MSG0*/"filltype";
  313.             }
  314.             : edit_box {
  315.                 fixed_width = true;
  316.                 edit_width = 2;
  317.             edit_limit = 2;
  318.                 label = "Espaciado 1..99mm";
  319.                 key   = /*MSG0*/"spacing";
  320.                 mnemonic = "i";
  321.             }
  322.  
  323.             : edit_box {
  324.                 fixed_width = true;
  325.                 edit_width = 3;
  326.             edit_limit = 3;
  327.                 label = "Angulo 0..359:";
  328.                 key   = /*MSG0*/"angle";
  329.                 mnemonic = "g";
  330.             }
  331.  
  332.             : edit_box {  // Shade
  333.                 fixed_width = true;
  334.                 edit_width = 2;
  335.             edit_limit = 2;
  336.                 label = "Sombra 0..99%:";
  337.                 key   = /*MSG0*/"shdpct";
  338.                 mnemonic = "m";
  339.             }  // End Shade
  340.         }  // End column (Fills)
  341.  
  342.         : boxed_column { // Raster patterns, line ends line joins
  343.             key = /*MSG0*/"rastpat";
  344.             label = "Patrones de trama:";
  345.         fixed_height = true;
  346.             mnemonic = "o";
  347.             : list_box {
  348.                 fixed_height = true;
  349.                 height = 8;
  350.             key = /*MSG0*/"patlist";
  351.             }
  352.             : button {
  353.                 label = "Cambiar...";
  354.                 mnemonic = "C";
  355.                 key = /*MSG0*/"changerast";
  356.             }
  357.         }  // End Column ( Raster Patterns )
  358.     }  // End Row
  359.  
  360.     : row {
  361.         fixed_width = true;
  362.         alignment = centered;
  363.         : retirement_button {
  364.             label = "Aceptar";
  365.             key = /*MSG0*/"accept";
  366.             width = 12;
  367.             is_default = true;
  368.         }
  369.         : retirement_button {
  370.             label = "Cancelar";
  371.             key = /*MSG0*/"cancel";
  372.             width = 12;
  373.             is_cancel = true;
  374.         }
  375.         : button {
  376.             label = "Ayuda...";
  377.             key = /*MSG0*/"helppen";
  378.             width = 12;
  379.             mnemonic = "u";
  380.         }
  381.     }
  382.  
  383. }  // End LINE ATTRIBUTES Dialog //
  384.  
  385. //      PENPPENATTR.DCL
  386. //      Dialog Box for setting attributes for pens
  387. //
  388. penppenattr: dialog {
  389.     label = "Plumillas";
  390.     initial_focus = /*MSG0*/"accept";
  391.     fixed_height = true;
  392.     : row {  // Pen
  393.         : column {
  394.             : popup_list {
  395.                 label = "Plumilla (1..255)";
  396.                 mnemonic = "P";
  397.                 fixed_width = true;
  398.                 key = /*MSG0*/"slider";
  399.                 edit_width = 4;
  400.             }
  401.             : button {
  402.                 label = "Aplicar a todas las plumillas";
  403.                 mnemonic = "A";
  404.                 key = /*MSG0*/"okall";
  405.             }
  406.         }  // End Pen Column
  407.         : column {
  408.         : boxed_row {
  409.             label = "Rellenar ßreas:";
  410.                 : radio_column {  // SFILLS
  411.                     key = /*MSG0*/"sfills";
  412.                     fixed_height = true;
  413.                     : radio_button {
  414.                         label = "Trazador (Menor tiempo de bloqueo)";
  415.                         key = /*MSG0*/"sfillspl";
  416.                         mnemonic = "z";
  417.                     }
  418.                     : radio_button {
  419.                         label = "AutoCAD (Menor tiempo de trazado)";
  420.                         key = /*MSG0*/"sfillsacad";
  421.                         mnemonic = "D";
  422.                     }
  423.                 }  // End (Merge) column
  424.             } //end merge row
  425.         }
  426.     }
  427.  
  428.  
  429.     : row {
  430.     :boxed_row {
  431.             label = "Fin de lφnea:";
  432.             key = /*MSG0*/"endlabel";
  433.             mnemonic = "F";
  434.             : image_button {
  435.                 key = /*MSG0*/"end_tile1";
  436.                 width = 5;
  437.                 aspect_ratio = 0.75;
  438.         color = black;
  439.             }
  440.             : image_button {
  441.                 key = /*MSG0*/"end_tile2";
  442.                 width = 5;
  443.                 aspect_ratio = 0.75;
  444.         color = black;
  445.             }
  446.             : image_button {
  447.                 key = /*MSG0*/"end_tile3";
  448.                 width = 5;
  449.                 aspect_ratio = 0.75;
  450.         color = black;
  451.             }
  452.             : image_button {
  453.                 key = /*MSG0*/"end_tile4";
  454.                 width = 5;
  455.                 aspect_ratio = 0.75;
  456.         color = black;
  457.             }
  458.         }
  459.     :boxed_row {
  460.             label = "Uni≤n de lφnea:";
  461.             key = /*MSG0*/"joinlabel";
  462.             mnemonic = "l";
  463.             : image_button {
  464.                 key = /*MSG0*/"join_tile1";
  465.                 width = 5;
  466.                 aspect_ratio = 0.75;
  467.         color = black;
  468.             }
  469.             : image_button {
  470.                 key = /*MSG0*/"join_tile2";
  471.                 width = 5;
  472.                 aspect_ratio = 0.75;
  473.         color = black;
  474.             }
  475.             : image_button {
  476.                 key = /*MSG0*/"join_tile3";
  477.                 width = 5;
  478.                 aspect_ratio = 0.75;
  479.         color = black;
  480.             }
  481.             : image_button {
  482.                 key = /*MSG0*/"join_tile4";
  483.                 width = 5;
  484.                 aspect_ratio = 0.75;
  485.         color = black;
  486.             }
  487.             : image_button {
  488.                 key = /*MSG0*/"join_tile5";
  489.                 width = 5;
  490.                 aspect_ratio = 0.75;
  491.         color = black;
  492.             }
  493.         }
  494.     }  // End Row (Line ends/joins)
  495.  
  496.     : row { // ( Ends, Joins, & patterns)
  497.     key = /*MSG0*/"fillsdef";
  498.         : boxed_column {  // Fills
  499.             label = "Relleno:";
  500.             mnemonic = "R";
  501.             : list_box {
  502.                 fixed_height = true;
  503.                 height = 5;
  504.                 key = /*MSG0*/"filltype";
  505.             }
  506.             : edit_box {
  507.                 fixed_width = true;
  508.                 edit_width = 2;
  509.             edit_limit = 2;
  510.                 label = "Espaciado 1..99mm";
  511.                 key   = /*MSG0*/"spacing";
  512.                 mnemonic = "i";
  513.             }
  514.  
  515.             : edit_box {
  516.                 fixed_width = true;
  517.                 edit_width = 3;
  518.             edit_limit = 3;
  519.                 label = "Angulo 0..359:";
  520.                 key   = /*MSG0*/"angle";
  521.                 mnemonic = "g";
  522.             }
  523.  
  524.             : edit_box {  // Shade
  525.                 fixed_width = true;
  526.                 edit_width = 2;
  527.             edit_limit = 2;
  528.                 label = "Sombra 0..99%:";
  529.                 key   = /*MSG0*/"shdpct";
  530.                 mnemonic = "m";
  531.             }  // End Shade
  532.         }  // End column (Fills)
  533.  
  534.         : boxed_column { // Raster patterns, line ends line joins
  535.             key = /*MSG0*/"rastpat";
  536.             label = "Patrones de trama:";
  537.         fixed_height = true;
  538.             mnemonic = "o";
  539.             : list_box {
  540.                 fixed_height = true;
  541.                 height = 8;
  542.             key = /*MSG0*/"patlist";
  543.             }
  544.             : button {
  545.                 label = "Cambiar...";
  546.                 mnemonic = "C";
  547.                 key = /*MSG0*/"changerast";
  548.             }
  549.         }  // End Column ( Raster Patterns )
  550.     }  // End Row
  551.  
  552.     : row {
  553.         fixed_width = true;
  554.         alignment = centered;
  555.         : retirement_button {
  556.             label = "Aceptar";
  557.             key = /*MSG0*/"accept";
  558.             width = 12;
  559.             is_default = true;
  560.         }
  561.         : retirement_button {
  562.             label = "Cancelar";
  563.             key = /*MSG0*/"cancel";
  564.             width = 12;
  565.             is_cancel = true;
  566.         }
  567.         : button {
  568.             label = "Ayuda...";
  569.             key = /*MSG0*/"helppen";
  570.             width = 12;
  571.             mnemonic = "u";
  572.         }
  573.     }
  574.  
  575. }  // End LINE ATTRIBUTES Dialog //
  576.  
  577. //  ANNOTATE.DCL
  578. //  Menu for annotating plot-time variables into left side of plot
  579. //
  580.  
  581. annotate: dialog {
  582.     label = "Anotaciones";
  583.     initial_focus = /*MSG0*/"accept";
  584.     : row  { // of two columns
  585.         : column {
  586.             : toggle {
  587.                 label = "Nombre archivo de dibujo";
  588.                 key = /*MSG0*/"dwgname";
  589.                 mnemonic = "N";
  590.             }
  591.             : toggle {
  592.                 label = "Fecha/hora de trazado";
  593.                 key = /*MSG0*/"plottime";
  594.                 mnemonic = "F";
  595.             }
  596.         }  // End column (dwgname, plottime)
  597.         : column {
  598.             : toggle {
  599.                 label = "Inf. gestor";
  600.                 key = /*MSG0*/"dvrname";
  601.                 mnemonic = "I";
  602.             }
  603.             : toggle {
  604.                 label = "Marcas de corte";
  605.                 key = /*MSG0*/"cropmarks";
  606.                 mnemonic = "M";
  607.             }
  608.         }  // End column ( drvname, cropmarks )
  609.     }  // End row of 2 columns
  610.  
  611.     : column {
  612.         : text {
  613.             key = /*MSG0*/"commentlabel";
  614.             label = "Comentarios: (50 caracteres mßx.)";
  615.             mnemonic = "C";
  616.         }
  617.         : edit_box {
  618.             key = /*MSG0*/"comment";
  619.             width = 51;
  620.         edit_limit = 50;
  621.         }
  622.     }  // End Comment column
  623.  
  624.     : row {
  625.         fixed_width = true;
  626.         alignment = centered;
  627.         : retirement_button {
  628.             label = "Aceptar";
  629.             key = /*MSG0*/"accept";
  630.             width = 12;
  631.             is_default = true;
  632.         }
  633.         : retirement_button {
  634.             label = "Cancelar";
  635.             key = /*MSG0*/"cancel";
  636.             width = 12;
  637.             is_cancel = true;
  638.         }
  639.         : button {
  640.             label = "Ayuda...";
  641.             key = /*MSG0*/"helpanno";
  642.             mnemonic = "u";
  643.             width = 12;
  644.         }
  645.     }
  646.  
  647. }  // End PLOT ANNOTATE Dialog //
  648.  
  649.  
  650. //  HELP DIALOG
  651. //  The help dialog is popped up to display a help message based
  652. //  on which "screen" the user was interacting with when he
  653. //  depressed the help button
  654.  
  655. help: dialog {
  656.     label = "Ayuda/Informaci≤n";
  657.     initial_focus = /*MSG0*/"accept";
  658.     : list_box {
  659.         width = 55;
  660.         height = 16;
  661.         key = /*MSG0*/"helplist";
  662.     }
  663.     : retirement_button {
  664.         label = "Aceptar";
  665.         key = /*MSG0*/"accept";
  666.         is_default = true;
  667.         is_cancel = true;
  668.     }
  669. }  // End HELP Dialog
  670.  
  671. //  OKALLPENS DIALOG
  672. okallpens: dialog {
  673.     fixed_width = true;
  674.     alignment = centered;
  675.     label = "ííAVISO!!";
  676.     initial_focus = /*MSG0*/"accept";
  677.     : text {
  678.         label = "┐Desea aplicar parßmetros a TODAS las plumillas?";
  679.         key = /*MSG0*/"askok";
  680.     }
  681.     : row {
  682.         alignment = centered;
  683.         : retirement_button {
  684.             label = "Aceptar";
  685.             key = /*MSG0*/"accept";
  686.             width = 12;
  687.             is_default = true;
  688.         }
  689.         : retirement_button {
  690.             label = "Cancelar";
  691.             key = /*MSG0*/"cancel";
  692.             width = 12;
  693.             is_cancel = true;
  694.         }
  695.     }  // End row
  696. }  // End OKALLPENS Dialog //
  697.  
  698. paperor : dialog {
  699.     label = "Parßmetros de la lßmina";
  700.     initial_focus = /*MSG0*/"accept";
  701.     : boxed_row {
  702.         label = "Pulse para que coincidan imagen y lßmina";
  703.         fixed_width = true;
  704.         fixed_height = true;
  705.         spacer_0;
  706.         : column {
  707.             fixed_width = true;
  708.             fixed_height = true;
  709.             : image_button {
  710.                 key = /*MSG0*/"image1";
  711.                 width = 14;
  712.                 aspect_ratio = 0.65;
  713.         color = black;
  714.             }
  715.             : image_button {
  716.                 key = /*MSG0*/"image3";
  717.                 width = 14;
  718.                 aspect_ratio =0.65;
  719.         color = black;
  720.             }
  721.             : image_button {
  722.                 key = /*MSG0*/"image5";
  723.                 width = 14;
  724.                 aspect_ratio =0.65;
  725.         color = black;
  726.             }
  727.             : image_button {
  728.                 key = /*MSG0*/"image7";
  729.                 width = 14;
  730.                 aspect_ratio = 0.65;
  731.         color = black;
  732.             }
  733.         }
  734.         spacer_0;
  735.         : column {
  736.             fixed_width = true;
  737.             fixed_height = true;
  738.             : image_button {
  739.                 key = /*MSG0*/"image2";
  740.                 width = 14;
  741.                 aspect_ratio = 0.65;
  742.         color = black;
  743.             }
  744.             : image_button {
  745.                 key = /*MSG0*/"image4";
  746.                 width = 14;
  747.                 aspect_ratio = 0.65;
  748.         color = black;
  749.             }
  750.             : image_button {
  751.                 key = /*MSG0*/"image6";
  752.                 width = 14;
  753.                 aspect_ratio = 0.65;
  754.         color = black;
  755.             }
  756.             : image_button {
  757.                 key = /*MSG0*/"image8";
  758.                 width = 14;
  759.                 aspect_ratio = 0.65;
  760.         color = black;
  761.             }
  762.         }
  763.         spacer_0;
  764.     }
  765.     : row {
  766.         fixed_width = true;
  767.         alignment = centered;
  768.         : retirement_button {   
  769.             label = "Aceptar";
  770.             key = /*MSG0*/"accept";
  771.             width = 12;
  772.             is_default = true;
  773.         }
  774.         : retirement_button {
  775.             label = "Cancelar";
  776.             key = /*MSG0*/"cancel";
  777.             width = 12;
  778.             is_cancel = true;
  779.         }
  780.         : button {
  781.             label = "Ayuda...";
  782.             mnemonic = "u";
  783.             key = /*MSG0*/"helppaper";
  784.         }
  785.     }  // End Row;
  786. }
  787.  
  788.  
  789. paperadv : dialog {
  790.     label = "Parßmetros avanzados de la lßmina";
  791.     initial_focus = /*MSG0*/"accept";
  792.     : boxed_row {
  793.         label = "Seleccionar nivel de control para los mßrgenes del trazador";
  794.         : boxed_radio_column {
  795.             label = "Si Ajustar escala estß DES";
  796.         key = /*MSG0*/"sclmarginadj";
  797.             : radio_button {
  798.                 label = "Mostrar advertencias";
  799.                 key = /*MSG0*/"sclwarnings";
  800.         mnemonic = "M";
  801.             }
  802.             : radio_button {
  803.                 label = "No mostrar advertencias";
  804.                 key = /*MSG0*/"scldisabled";
  805.         mnemonic = "N";
  806.             }
  807.         }
  808.     : boxed_radio_column {
  809.             label = "Si Ajustar escala estß ACT";
  810.         key = /*MSG0*/"marginadj";
  811.             : radio_button {
  812.                 label = "No delimitar. Ajustar a la lßmina";
  813.                 key = /*MSG0*/"adjust";
  814.         mnemonic = "A";
  815.             }
  816.             : radio_button {
  817.                 label = "Mostrar advertencias";
  818.                 key = /*MSG0*/"warnings";
  819.         mnemonic = "M";
  820.             }
  821.             : radio_button {
  822.                 label = "No mostrar advertencias";
  823.                 key = /*MSG0*/"disabled";
  824.         mnemonic = "N";
  825.             }
  826.         }
  827.     }
  828.     : boxed_column {
  829.         label = "Mßrgenes del trazador";
  830.         : radio_row {
  831.           key = /*MSG0*/"expand";
  832.             : radio_button {
  833.                 label = "Expandir DES";
  834.                 key = /*MSG0*/"expoff";
  835.             mnemonic = "D";
  836.             }
  837.             : radio_button {
  838.                 label = "Expandir ACT";
  839.                 key = /*MSG0*/"expon";
  840.             mnemonic = "C";
  841.             }
  842.     }
  843.     : text {
  844.         label = "Debe coincidir con el parßmetro del trazador";
  845.     }
  846.     }
  847.     : row {
  848.         fixed_width = true;
  849.         alignment = centered;
  850.         : retirement_button {   
  851.             label = "Aceptar";
  852.             key = /*MSG0*/"accept";
  853.             width = 12;
  854.             is_default = true;
  855.         }
  856.         : retirement_button {
  857.             label = "Cancelar";
  858.             key = /*MSG0*/"cancel";
  859.             width = 12;
  860.             is_cancel = true;
  861.         }
  862.         : button {
  863.             label = "Ayuda...";
  864.             mnemonic = "u";
  865.             key = /*MSG0*/"helpadv";
  866.         }
  867.     }  // End Row;
  868.     : text {
  869.     key = /*MSG0*/"errortext";
  870.     width = 55;
  871.     }
  872. }
  873.  
  874.  
  875. printops : dialog {
  876.     label = "Tramado";
  877.     initial_focus = /*MSG0*/"accept";
  878.     : text {
  879.         centered = true;
  880.         label = "(S≤lo para vectores)";
  881.     }
  882.     : row {
  883.         : radio_column {
  884.         key = /*MSG0*/"dither";
  885.         : radio_button {
  886.         label = "Dispersar";
  887.         key = /*MSG0*/"scatter";
  888.         mnemonic = "D";
  889.         }
  890.         : radio_button {
  891.         label = "Patr≤n";
  892.         key = /*MSG0*/"pattern";
  893.         mnemonic = "P";
  894.         }
  895.         : radio_button {
  896.         label = "Valores por defecto (trazador)";
  897.         key = /*MSG0*/"default";
  898.         mnemonic = "V";
  899.         }
  900.         }
  901.         : column {
  902.         fixed_width = true;
  903.         fixed_height = true;
  904.         : image {
  905.         key = /*MSG0*/"sc_im";
  906.         height = 1;
  907.         aspect_ratio = 6;
  908.         color = black;
  909.         }
  910.         : image {
  911.         key = /*MSG0*/"pt_im";
  912.         height = 1;
  913.         aspect_ratio = 6;
  914.         color = black;
  915.         }
  916.         spacer_1;
  917.         }
  918.     }
  919.     : row {
  920.         fixed_width = true;
  921.         alignment = centered;
  922.         : retirement_button {   
  923.             label = "Aceptar";
  924.             key = /*MSG0*/"accept";
  925.             width = 12;
  926.             is_default = true;
  927.         }
  928.         : retirement_button {
  929.             label = "Cancelar";
  930.             key = /*MSG0*/"cancel";
  931.             width = 12;
  932.             is_cancel = true;
  933.         }
  934.         : button {
  935.             label = "Ayuda...";
  936.             mnemonic = "u";
  937.             key = /*MSG0*/"helpprintop";
  938.         }
  939.     }  // End Row;
  940. }
  941.  
  942.